﻿
/*個人中心 PC*/

.big {
    clear: both;
    padding: 0px 10px;
}

    .big a {
        color: #333;
    }

        .big a:hover {
            text-decoration: none;
            /*color: #666;*/
        }
/* 面包屑 */
.location ul {
    margin-bottom: 0px;
}

    .location ul li {
        line-height: 40px;
        display: inline-block;
    }


.content .right {
    width: 85%;
    float: left;
}

    .content .right p.r_title {
        font-size: 17px;
        line-height: 40px;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
    }

        .content .right p.r_title .layui-icon {
            font-size: 20px;
            position: absolute;
            left: 10px;
            display: none;
        }
    /*歡迎*/
    .content .right .welcome {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px 10px;
    }

        .content .right .welcome p {
            margin-bottom: 10px;
            line-height: 25px;
        }

            .content .right .welcome p a {
                font-weight: 600;
                font-size: 20px;
            }

        .content .right .welcome ul li {
            line-height: 25px;
        }

            .content .right .welcome ul li a.type {
                color: red;
                cursor: pointer;
            }
            .content .right .welcome ul li b.point {
                color: red;
            }

        .content .right .welcome .news, .content .right .welcome .membtn {
            width: 50%;
            float: left;
        }

            .content .right .welcome .membtn .wel_list .row {
                width: 100%;
            }

    .content .right .wel_list {
        clear: both;
    }

.wel_list .row {
    width: 50%;
    float: left;
    padding: 5px 10px;
    margin: 0px;
    margin-bottom: 35px;
}

    .wel_list .row .title {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

        .wel_list .row .title a {
            padding-bottom: 4px;
            font-size: 16px;
            font-weight: 700;
            color: #222;
        }

    .wel_list .row p {
        color: #666;
        line-height: 18px;
        min-height: 36px;
    }
/*登出*/
.content .right .signout {
    text-align: center;
    margin-top: 10px;
}

    .content .right .signout a {
        background: #fff;
        color: #222;
        display: inline-block;
        min-width: 144px;
        height: 36px;
        line-height: 34px;
        padding: 0 16px;
        font-size: 15px;
        border: 1px solid #222;
       
    }

    .content .right .signout p {
        line-height: 40px;
    }
